-- ----------------- -- iTunes -> sipbmp3 -- ----------------- -- This is a simple little script which gets the current queue on sipbmp3-- -- Changelog: -- -- 10 Oct 2009 -> pquimby created this script -- -- Installation: -- For installation instructions see the INSTALL file in the snippets/sipbmp3-iTunes folder-- -- -- Usage: -- -- Run this script from iTunes set message to (do shell script "lpq -Psipbmp3") tell application "iTunes" display dialog "sipbmp3 currently is playing: " & " " & message buttons "OK" default button "OK" end tell